Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) 18.1.0 -> 18.2.13 age adoption passing confidence
@angular/animations (source) 19.1.8 -> 19.2.6 age adoption passing confidence
@angular/animations (source) 19.1.5 -> 19.2.6 age adoption passing confidence
@angular/common (source) 18.1.0 -> 18.2.13 age adoption passing confidence
@angular/common (source) 19.1.8 -> 19.2.6 age adoption passing confidence
@angular/common (source) 19.1.5 -> 19.2.6 age adoption passing confidence
@angular/compiler (source) 18.1.0 -> 18.2.13 age adoption passing confidence
@angular/compiler (source) 19.1.8 -> 19.2.6 age adoption passing confidence
@angular/compiler (source) 19.1.5 -> 19.2.6 age adoption passing confidence
@angular/compiler-cli (source) 18.1.0 -> 18.2.13 age adoption passing confidence
@angular/compiler-cli (source) 19.1.8 -> 19.2.6 age adoption passing confidence
@angular/compiler-cli (source) 19.1.5 -> 19.2.6 age adoption passing confidence
@angular/core (source) 18.1.0 -> 18.2.13 age adoption passing confidence
@angular/core (source) 19.1.8 -> 19.2.6 age adoption passing confidence
@angular/core (source) 19.1.5 -> 19.2.6 age adoption passing confidence
@angular/forms (source) 18.1.0 -> 18.2.13 age adoption passing confidence
@angular/forms (source) 19.1.8 -> 19.2.6 age adoption passing confidence
@angular/forms (source) 19.1.5 -> 19.2.6 age adoption passing confidence
@angular/platform-browser (source) 18.1.0 -> 18.2.13 age adoption passing confidence
@angular/platform-browser (source) 19.1.8 -> 19.2.6 age adoption passing confidence
@angular/platform-browser (source) 19.1.5 -> 19.2.6 age adoption passing confidence
@angular/platform-browser-dynamic (source) 18.1.0 -> 18.2.13 age adoption passing confidence
@angular/platform-browser-dynamic (source) 19.1.8 -> 19.2.6 age adoption passing confidence
@angular/platform-browser-dynamic (source) 19.1.5 -> 19.2.6 age adoption passing confidence
@angular/platform-server (source) 18.1.0 -> 18.2.13 age adoption passing confidence
@angular/platform-server (source) 19.1.8 -> 19.2.6 age adoption passing confidence
@angular/platform-server (source) 19.1.5 -> 19.2.6 age adoption passing confidence
@angular/router (source) 18.1.0 -> 18.2.13 age adoption passing confidence
@angular/router (source) 19.1.8 -> 19.2.6 age adoption passing confidence
@angular/router (source) 19.1.5 -> 19.2.6 age adoption passing confidence
zone.js (source, changelog) ~0.14.3 -> ~0.15.0 age adoption passing confidence
zone.js (source, changelog) ~0.14.2 -> ~0.15.0 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

v18.2.13

Compare Source

migrations
Commit Type Description
06d70a25ea fix take care of tests that import both HttpClientModule & HttpClientTestingModule. (#​58777)

v18.2.12

Compare Source

compiler-cli
Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#​58548)

v18.2.11

Compare Source

core
Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#​58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#​58492) (#​58500)

v18.2.10

Compare Source

compiler
Commit Type Description
69dce38e778 fix transform pseudo selectors correctly for the encapsulated view. (#​58417)
localize
Commit Type Description
3b989ac5bd9 fix Adding arb format to the list of valid formats in the localization extractor cli (#​58287)

v18.2.9

Compare Source

compiler-cli
Commit Type Description
b0ab653965 fix report when NgModule imports or exports itself (#​58231)

v18.2.8

Compare Source

compiler
Commit Type Description
11692c8dab fix add multiple :host and nested selectors support (#​57796)
66dcc691f5 fix allow combinators inside pseudo selectors (#​57796)
48a1437e77 fix fix comment typo (#​57796)
d325f9b55f fix fix parsing of the :host-context with pseudo selectors (#​57796)
aea747ab3b fix preserve attributes attached to :host selector (#​57796)
21be258be6 fix scope :host-context inside pseudo selectors, do not decrease specificity (#​57796)
7a6fd427d5 fix transform pseudo selectors correctly for the encapsulated view (#​57796)
compiler-cli
Commit Type Description
f187c3abf8 fix defer symbols only used in types (#​58104)
core
Commit Type Description
46bafb0b0a fix clean up afterRender after it is executed (#​58119)
platform-server
Commit Type Description
b40875a2cc fix destroy PlatformRef when error happens during the bootstrap() phase (#​58112) (#​58135)

v18.2.7

Compare Source

common
Commit Type Description
249d0260f9 fix execute checks and remove placeholder when image is already loaded (#​55444)
46a2ad39f5 fix prevent warning about oversize image twice (#​58021)
8f2b0ede59 fix skip checking whether SVGs are oversized (#​57966)
compiler-cli
Commit Type Description
901c1e1a7f fix correctly get the type of nested function call expressions (#​57010)
core
Commit Type Description
2f347ef8fc fix provide flag to opt into manual cleanup for after render hooks (#​57917)
http
Commit Type Description
ca637fe6a9 fix cleanup JSONP script listeners once loading completed (#​57877)
migrations
Commit Type Description
b9d846dad7 fix delete constructor if it only has super call (#​58013)
upgrade
Commit Type Description
e40a4fa3c7 fix support input signal bindings (#​57020)

v18.2.6

Compare Source

v18.2.5

Compare Source

compiler-cli
Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#​57845)
core
Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#​57816)
migrations
Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#​57803)

v18.2.4

Compare Source

compiler
Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#​57711)
migrations
Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#​57684)

v18.2.3

Compare Source

http
Commit Type Description
de68e049e4 fix Dynamicaly call the global fetch implementation (#​57531)

v18.2.2

Compare Source

core
Commit Type Description
106917af878 fix avoid leaking memory if component throws during creation (#​57546)
6d3a2af146a fix Do not bubble capture events. (#​57476)
http
Commit Type Description
5d2e243c76a fix Dynamicaly call the global fetch implementation (#​57531)
router
Commit Type Description
804925b1149 fix Do not unnecessarily run matcher twice on route matching (#​57530)
upgrade
Commit Type Description
03ec620e31a fix Address Trusted Types violations in @​angular/upgrade (#​57454)

v18.2.1

Compare Source

migrations
Commit Type Description
06d70a25ea fix take care of tests that import both HttpClientModule & HttpClientTestingModule. (#​58777)

v18.2.0

Compare Source

compiler
Commit Type Description
c8e2885136 feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#​56295) (#​56295)
compiler-cli
Commit Type Description
98ed5b609e feat run JIT transform on classes with jit: true opt-out (#​56892)
c76b440ac0 fix add warning for unused let declarations (#​57033)
0f0a1f2836 fix emitting references to ngtypecheck files (#​57138)
6c2fbda694 fix extended diagnostic visitor not visiting template attributes (#​57033)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#​57212)
core
Commit Type Description
f7918f5272 feat Add 'flush' parameter option to fakeAsync to flush after the test (#​57239)
fab673a1dd feat add ng generate schematic to convert to inject (#​57056)
7919982063 feat Add whenStable helper on ApplicationRef (#​57190)
3459289ef0 feat bootstrapModule can configure NgZone in providers (#​57060)
296216cbe1 fix Allow hybrid CD scheduling to support multiple "Angular zones" (#​57267)
8718abce90 fix Deprecate ignoreChangesOutsideZone option (#​57029)
827070e331 fix Do not run image performance warning checks on server (#​57234)
ca89ef9141 fix handle shorthand assignment in the inject migration (#​57134)
5dcdbfcba9 fix rename the equality function option in toSignal (#​56769)
2a4f488a6c fix warnings for oversized images and lazy-lcp present with bootstrapModule (#​57060)
language-service
Commit Type Description
4bb558ab0c feat support writing code refactorings (#​56895)
7663debce1 perf quick exit if no code fixes can exist (#​57000)
migrations
Commit Type Description
147eee4253 feat add migration to convert standalone component routes to be lazy loaded (#​56428)
cb442a0ce7 fix account for parameters with union types (#​57127)
166166d79e fix add alias to inject migration (#​57127)
b1a9d0f4de fix avoid duplicating comments when generating properties (#​57367)
5d76401ff5 fix preserve optional parameters (#​57367)
1cf616f671 fix remove generic arguments from the injected type reference (#​57127)
ba0df30ef6 fix remove unused imports in inject migration (#​57179)
aae9646a1b fix unwrap injected forwardRef (#​57127)
604270619a perf speed up signal input migration by combining two analyze phases (#​57318)
router
Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#​57198)

v18.1.5

Compare Source

compiler-cli
Commit Type Description
5401332b0e fix generate valid TS 5.6 type checking code (#​57303)
core
Commit Type Description
e39b22a932 fix Account for addEventListener to be passed a Window or Document. (#​57282)
db65bc25ca fix Account for addEventListener to be passed a Window or Document. (#​57354)
0e024ecc27 fix complete post-hydration cleanup in components that use ViewContainerRef (#​57300)
822db64b93 fix skip hydration for i18n nodes that were not projected (#​57356)
810f76f574 fix take skip hydration flag into account while hydrating i18n blocks (#​57299)

v18.1.4

Compare Source

compiler
Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#​57181)
compiler-cli
Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#​57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#​57291)
language-service
Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#​56241)

v18.1.3

Compare Source

compiler
Commit Type Description
31dea066d6 fix reduce chance of conflicts between generated factory and local variables (#​57181)
compiler-cli
Commit Type Description
1f9e090910 fix emitting references to ngtypecheck files (#​57138) (#​57202)
core
Commit Type Description
f7ab04018e fix errors during ApplicationRef.tick should be rethrown for zoneless tests (#​56993)
eaa83f9d27 fix hydration error in some let declaration setups (#​57173)

v18.1.2

Compare Source

compiler
Commit Type Description
463945003d fix limit the number of chained instructions (#​57069)
compiler-cli
Commit Type Description
e904f34020 fix add warning for unused let declarations (#​57033)
core
Commit Type Description
9e52c1c840 fix afterNextRender hooks return that callback value. (#​57031)
b9fb98c67c fix tree shake dev mode error message (#​57035)

v18.1.1

Compare Source

common
Commit Type Description
a1cb9dfc0d fix Don't run preconnect assertion on the server. (#​56213)
compiler
Commit Type Description
daf0317bdc fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#​57002)
d7dca6dbb6 fix use strict equality for 'code' comparison (#​56944)
compiler-cli
Commit Type Description
c94a897248 fix avoid emitting references to typecheck files in TS 5.4 (#​56961)
core
Commit Type Description
5682527d94 fix not all callbacks running when registered at the same time (#​56981)
migrations
Commit Type Description
b666d2c20f fix fix common module removal (#​56968)
angular/angular (zone.js)

[v0.15.0](https://redirect.github.com/angular/angular/blob/HEAD/packages/zone.js/CHAN


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 10, 2024
@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Jul 10, 2024
Copy link

netlify bot commented Jul 10, 2024

Deploy Preview for plugin-angular-universal-demo failed. Why did it fail? →

Name Link
🔨 Latest commit a5e4f5e
🔍 Latest deploy log https://app.netlify.com/sites/plugin-angular-universal-demo/deploys/67f6e6d24c27a500089fa436

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5d10423 to f427e1d Compare July 17, 2024 20:45
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 17, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f427e1d to 44753da Compare July 17, 2024 22:34
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 17, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 44753da to da10c51 Compare July 21, 2024 15:16
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 21, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from da10c51 to 35a7b67 Compare July 24, 2024 20:22
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 24, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 35a7b67 to 622f886 Compare July 31, 2024 18:45
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 31, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 5, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 6, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 19, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 21, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 21, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 27, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 2, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 1374076 to a5e4f5e Compare April 9, 2025 21:29
@renovate renovate bot changed the title chore(deps): update angular monorepo chore(deps): update angular monorepo - autoclosed Apr 11, 2025
@renovate renovate bot closed this Apr 11, 2025
@renovate renovate bot deleted the renovate/angular-monorepo branch April 11, 2025 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-framework-in-fixtures dependencies javascript type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants